home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Conference & Expo 2005 / Macworld Conference and Expo - Documentation CD-ROM (2004).iso / mac / Adobe Reader 6.0 / Adobe Reader 6.0.app / Contents / Resources / Adobe Reader.rsrc / EXVW_10039_admSaveAsSettings < prev    next >
Text File  |  2004-01-30  |  417b  |  16 lines

  1. dialog(name: '$$$/Dialogs/SaveAsSettings')
  2. {
  3.     group()
  4.     {
  5.         check_box(item_id: 'Opt ', name: '$$$/Dialogs/SaveAsSettings/Optimize');
  6.         view(align_children: align_row)
  7.         {
  8.             static_text(name: '$$$/Dialogs/SaveAsSettings/SecurityLabel');
  9.             popup(item_id: 'SecP', width: max_char_width() * 11);
  10.             gap(width: 32);
  11.             button(item_id: 'SecS', name: '$$$/Dialogs/SaveAsSettings/SecuritySettings');
  12.         }
  13.         ok_cancel();
  14.     }
  15. }
  16.